03. Follow Along with Steve

Follow Along with Steve

Steve is about to teach you how to write some HTML. In order to follow along with him, do the following:

Open your text editor and create a new file (File -> New File). Save the file with the name practice.html, then copy and paste the following into the editor:

HTML is <b>reasonably straightforward</b>

You'll be going back and forth between the Udacity classroom and your text editor all the time throughout this program. I recommend you keep them open next to each other so you can easily follow along with the instructors. If you have two screens to use, great! If not, just split the screen with your web browser on one side and your text editor on the other.
For me, it looks like this:

You might also want to open the HTML file in another tab in your browser as well. This way you can quickly switch over to that tab and see the output of your code (you may have to refresh the page if you update your HTML).